home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue30 / hash / Graphs / GRAPHSU.DFM / GRAPHSU.txt
Encoding:
Text File  |  1997-11-22  |  1.4 KB  |  82 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 118
  4.   BorderStyle = bsSingle
  5.   Caption = 'Form1'
  6.   ClientHeight = 306
  7.   ClientWidth = 430
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 430
  20.     Height = 233
  21.     Align = alTop
  22.   end
  23.   object Label1: TLabel
  24.     Left = 160
  25.     Top = 284
  26.     Width = 30
  27.     Height = 13
  28.     Caption = 'Mean:'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 256
  32.     Top = 284
  33.     Width = 48
  34.     Height = 13
  35.     Caption = '(0.0..12.0)'
  36.   end
  37.   object Button1: TButton
  38.     Left = 8
  39.     Top = 248
  40.     Width = 140
  41.     Height = 25
  42.     Caption = 'Draw Normal Curve'
  43.     TabOrder = 0
  44.     OnClick = Button1Click
  45.   end
  46.   object Button2: TButton
  47.     Left = 8
  48.     Top = 280
  49.     Width = 140
  50.     Height = 25
  51.     Caption = 'Draw Poisson Curve'
  52.     TabOrder = 1
  53.     OnClick = Button2Click
  54.   end
  55.   object Button3: TButton
  56.     Left = 344
  57.     Top = 280
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Exit'
  61.     TabOrder = 3
  62.     OnClick = Button3Click
  63.   end
  64.   object Edit1: TEdit
  65.     Left = 200
  66.     Top = 280
  67.     Width = 49
  68.     Height = 21
  69.     TabOrder = 2
  70.     Text = '1.0'
  71.   end
  72.   object Button4: TButton
  73.     Left = 344
  74.     Top = 248
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'AutoPoisson'
  78.     TabOrder = 4
  79.     OnClick = Button4Click
  80.   end
  81. end
  82.